• Trouble with overlapping elements (using CSS and HTML in Blogger)

    Updated: 2012-03-31 19:06:16
    I'm currently re-designing someone's blog, and I've run into a snag. Here's the website I'll be referencing: http://squeakytestblog.blogspot.com/ In order to make the sidebar background image not cover the header, I had to change the header position to absolute so I could add a z-index....

  • How to return true from -- xmlhttp.onreadystatechange=function()

    Updated: 2012-03-31 18:49:16
    I am trying to figure out that if the function "xmlhttp.onreadystatechange=function()" returns true the whole function "function checkUser(str)" should return true as well....so not sure how to do it. i have banged my head since long so please advise! Here is the code below: ...

  • the :: operator...best times to use it?

    Updated: 2012-03-31 18:45:39
    Hello, I'm teaching myself OOP PHP. Today I discovered the :: operator. What are some common uses for this operator in real-world settings?

  • Loading image?

    Updated: 2012-03-31 18:22:16
    Hey, I need it so that when the content of my page is loading, a loading image is shown. If content is in the container, that all clears and the loading image shows until it has loaded or for X seconds? Thanks ~ David

  • jQuery UI Datepicker on dynamically generated form

    Updated: 2012-03-31 18:09:21
    I have a form where one or more students can be registered for a class. This is the relevant part of the form structure: PHP: --------- Student 1

  • Which VPS

    Updated: 2012-03-31 17:22:05
    Hi there, I'm going to buy my first VPS for a little bigger project, I think about debian, and I'm going to configure vps myself. I've never had VPS/dedicated server before, and I wonder if its safe, I mean that if I have to install firewalls etc and if location of vps is important? thanks

  • Output coming in one line on screen, but differently in Firebug or Developer Tool Bar

    Updated: 2012-03-31 17:07:56
    Assignment 5 - JavaScript Loops function...

  • Alignment issues with DIVs

    Updated: 2012-03-31 16:58:36
    I am struggling aligning the DIV boxes in a row. The page is here: http://netfusionstudios.com/canaltavern/directions.php The right "Contact Us" box should be to the right of the body copy as it is on all other pages. I cannot seem to get these three DIV boxes to align. Would one...

  • Superfish Jquery menu problem

    Updated: 2012-03-31 16:56:23
    Dear forum, This is my first post here. I would like first to thank all of you who applied to my request for help. I have a problem with implementing a Superfish Jquery menu in a website. Basically in the main template which was given to me, all the content was inside the index page. Two...

  • little lines between slices in firefox please help

    Updated: 2012-03-31 16:26:55
    hi my website is working fine in chrom safari nd somtimes iexplore but not in firefox. theres little lines between slices in the top. this is my website: http://www.sadidesigns.com/ please help i really need to remove those lines :( ---Quote---

  • localhost permissions (chmod) problem after moving to a new computer

    Updated: 2012-03-31 16:13:51
    Background: I just moved all my localhost xampp files over to a brand new formatted computer, and now its having permissions issues. So my code is faulting with this error: Warning: chmod() [function.chmod]: Operation not permitted in /Applications/XAMPP/xamppfiles/htdocs/mysite.php on line...

  • Does anyone know the exact url

    Updated: 2012-03-31 15:03:59
    Hi, Well i am trying to find the exact url for this page http://s7.addthis.com/static/r07/bookmark007.html#ats=imp_url%3D1%26url%3Dhttp%25253A%25252F%25252Fsupport.addthis.com%25252Fcustomer%25252Fportal%25252Farticles%25252F381238-addthis-toolbox%26title%3DAddThis%252520Toolbox&atc= you can...

  • 2 random outputs as a result of another Random Output (PHP and MySQL)

    Updated: 2012-03-31 15:01:35
    Hi, I am making a new game and I need to somehow select a random "Illness" from a mysql table, then with that Illness id select 2 Secondary Symptoms from a range.. So if my code selects illness id 1 I may want to select 2 secondary symptoms from a new table of id 11,12,13 or 14.. I have...

  • Creating a simple webpage to search and retrieve

    Updated: 2012-03-31 12:28:01
    Okay, so this is coming from a guy who knows nothing about web dev, and just wants to *learn*, via this project. I have an excel page with columns such as: Code: --------- Col Col2 Col3 abc 1 3 def 4 5

  • Twitter Feed -- Newbie Can't Fix It

    Updated: 2012-03-31 01:04:49
    So, I'm not a complete newbie to HTML and CSS. In fact, I took the liberty of coding and styling a Test page just for this thread question. However, I AM a newbie to Twitter feed integration. And that is where I need the help. When you look at this page linked below, you will see a twitter feed...

  • Protected: Where’s my bonus?

    Updated: 2012-03-29 10:37:37
    There is no excerpt because this is a protected post.

  • Web Development News Week 12, March 2012

    Updated: 2012-03-27 19:05:44
    M att S nider.com RSS Tutorials Widgets About Web Development News Week 12, March 2012 by Matthew Snider March 27, 2012 6:05 . p.m Web development news for the 12th week of : 2012 JavaScript JavaScript Weekly , Issue 71 March 23rd , 2012 Introduction to JavaScript Source Maps JSON 3 : ECMAScript 5 Compliant JSON For All JavaScript Design Patterns , Part 1 : Singleton , Composite , and Facade Nicholas C . Zakas discusses why it is time and how to start using strict mode for your JavaScript : It's time to start using JavaScript strict mode HTML 5 HTML 5 Weekly , Issue 30 March 21st , 2012 Mozilla Grudgingly Adopts H.264, Using an iOS Device to Control a Game on Your Browser , Top Scoring Browser on HTML5Test.com It's A Surprising One . 0 Comments Tags : news Please enable JavaScript to view

  • Web Development News Week 11, March 2012

    Updated: 2012-03-21 07:10:43
    Web development news for the 11th week of 2012: JavaScript JavaScript Weekly, Issue #70 - March 16th, 2012 How To Write Low Garbage, Real Time JavaScript, It's Time to Start Using JavaScript Strict Mode, JavaScript Performance MythBusters, XRegExp: Extended JavaScript Regular Expressions, … <h3HTML 5 HTML 5 Weekly, Issue #29 - March 14th, 2012 Tether Launches HTML5-Based iPhone Tethering Solution, A New Experimental Feature: Scoped Stylesheets, The EXOdesk: A Desk That Runs HTML5 Apps, …

  • Using Git Interactive Rebase With Feature Branches

    Updated: 2012-03-17 01:08:00
    M att S nider.com RSS Tutorials Widgets About Using Git Interactive Rebase With Feature Branches by Matthew Snider March 17, 2012 1:08 . a.m The next GIT topic to cover is branching and using interactive rebase before merging the branch back into master . This article will cover a workflow strategy where you create a local branch for a new feature where you can make many small commits . Then before merging and committing to master , use interactive rebase to squash some or all of the less meaningful commits , keeping the commits to master more concise and feature . focused Getting ready For the examples today , assume you are working on your local branch master and a remote branch origin master The origin master branch is collaborative and frequently committed to by multiple team members .

  • Web Development News Week 10, March 2012

    Updated: 2012-03-13 07:55:02
    M att S nider.com RSS Tutorials Widgets About Web Development News Week 10, March 2012 by Matthew Snider March 13, 2012 7:55 . a.m Web development news for the 10th week of : 2012 JavaScript JavaScript Weekly , Issue 69 March 9th , 2012 ECMAScript 5 : A Revolution in Object Properties , jQuery Gets Its Own Foundation , 50+ JavaScript HTML5 Frameworks and Related Tools , HTML 5 HTML 5 Weekly , Issue 28 March 7th , 2012 Export to HTML5 Coming to Adobe Flash Soon , Raw WebGL 101 : Getting Started , Replacing The 9999px Hack New Image Replacement Site Update As I mentioned last week , I migrated the site to a new technology stack , and couldn't be happier . Working with Python is much easier than PHP , and I'm experimenting with GUnicorn and NGinx , instead of Apache . Plus all my Django

  • Upgraded Site Technology

    Updated: 2012-03-08 04:18:48
    M att S nider.com RSS Tutorials Widgets About Upgraded Site Technology by Matthew Snider March 8, 2012 4:18 . a.m I have switched over to the new python powered site , deprecating some of the less use and lets face it , poorly implemented parts of the site . The new stack is much easier to maintain and should be more secure than the previous PHP version . I tried to make the site backwards compatible with legacy URLs , but I'm sure plenty of the older content has broken parts . If you encounter them please let me know . I will be auditing the articles in date reverse order and cleaning up broken content as I encounter it . I expect I will be able to add new features more regularly , and that writing new posts won't be as arduous . Anyway , please have some patience as I work out the kinks

Current Feed Items | Previous Months Items

Feb 2012 | Jan 2012 | Dec 2011 | Nov 2011 | Oct 2011 | Sep 2011